/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-right: 8.33333333%;
}

.offset-2 {
  margin-right: 16.66666667%;
}

.offset-3 {
  margin-right: 25%;
}

.offset-4 {
  margin-right: 33.33333333%;
}

.offset-5 {
  margin-right: 41.66666667%;
}

.offset-6 {
  margin-right: 50%;
}

.offset-7 {
  margin-right: 58.33333333%;
}

.offset-8 {
  margin-right: 66.66666667%;
}

.offset-9 {
  margin-right: 75%;
}

.offset-10 {
  margin-right: 83.33333333%;
}

.offset-11 {
  margin-right: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-right: 0;
  }
  .offset-sm-1 {
    margin-right: 8.33333333%;
  }
  .offset-sm-2 {
    margin-right: 16.66666667%;
  }
  .offset-sm-3 {
    margin-right: 25%;
  }
  .offset-sm-4 {
    margin-right: 33.33333333%;
  }
  .offset-sm-5 {
    margin-right: 41.66666667%;
  }
  .offset-sm-6 {
    margin-right: 50%;
  }
  .offset-sm-7 {
    margin-right: 58.33333333%;
  }
  .offset-sm-8 {
    margin-right: 66.66666667%;
  }
  .offset-sm-9 {
    margin-right: 75%;
  }
  .offset-sm-10 {
    margin-right: 83.33333333%;
  }
  .offset-sm-11 {
    margin-right: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-right: 0;
  }
  .offset-md-1 {
    margin-right: 8.33333333%;
  }
  .offset-md-2 {
    margin-right: 16.66666667%;
  }
  .offset-md-3 {
    margin-right: 25%;
  }
  .offset-md-4 {
    margin-right: 33.33333333%;
  }
  .offset-md-5 {
    margin-right: 41.66666667%;
  }
  .offset-md-6 {
    margin-right: 50%;
  }
  .offset-md-7 {
    margin-right: 58.33333333%;
  }
  .offset-md-8 {
    margin-right: 66.66666667%;
  }
  .offset-md-9 {
    margin-right: 75%;
  }
  .offset-md-10 {
    margin-right: 83.33333333%;
  }
  .offset-md-11 {
    margin-right: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-right: 0;
  }
  .offset-lg-1 {
    margin-right: 8.33333333%;
  }
  .offset-lg-2 {
    margin-right: 16.66666667%;
  }
  .offset-lg-3 {
    margin-right: 25%;
  }
  .offset-lg-4 {
    margin-right: 33.33333333%;
  }
  .offset-lg-5 {
    margin-right: 41.66666667%;
  }
  .offset-lg-6 {
    margin-right: 50%;
  }
  .offset-lg-7 {
    margin-right: 58.33333333%;
  }
  .offset-lg-8 {
    margin-right: 66.66666667%;
  }
  .offset-lg-9 {
    margin-right: 75%;
  }
  .offset-lg-10 {
    margin-right: 83.33333333%;
  }
  .offset-lg-11 {
    margin-right: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-right: 0;
  }
  .offset-xl-1 {
    margin-right: 8.33333333%;
  }
  .offset-xl-2 {
    margin-right: 16.66666667%;
  }
  .offset-xl-3 {
    margin-right: 25%;
  }
  .offset-xl-4 {
    margin-right: 33.33333333%;
  }
  .offset-xl-5 {
    margin-right: 41.66666667%;
  }
  .offset-xl-6 {
    margin-right: 50%;
  }
  .offset-xl-7 {
    margin-right: 58.33333333%;
  }
  .offset-xl-8 {
    margin-right: 66.66666667%;
  }
  .offset-xl-9 {
    margin-right: 75%;
  }
  .offset-xl-10 {
    margin-right: 83.33333333%;
  }
  .offset-xl-11 {
    margin-right: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-right: 0;
  }
  .offset-xxl-1 {
    margin-right: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-right: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-right: 25%;
  }
  .offset-xxl-4 {
    margin-right: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-right: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-right: 50%;
  }
  .offset-xxl-7 {
    margin-right: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-right: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-right: 75%;
  }
  .offset-xxl-10 {
    margin-right: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-right: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-right: 0;
  }
  .offset-xxxl-1 {
    margin-right: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-right: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-right: 25%;
  }
  .offset-xxxl-4 {
    margin-right: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-right: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-right: 50%;
  }
  .offset-xxxl-7 {
    margin-right: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-right: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-right: 75%;
  }
  .offset-xxxl-10 {
    margin-right: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-right: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
}
@media (min-width: 1920px) {
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
body {
  font-family: sadeghi ;
  max-width: 100vw;
  margin: 0 auto;
  overflow-x: hidden;
  background: #fff;
}
body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
body.noscroll {
  /*overflow: hidden;*/
  /*height: 100vh;*/
}

.noSelect {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

* {
  font-family: sadeghi ;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
*:focus {
  box-shadow: unset !important;
  outline: unset !important;
}

img {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none !important;
  transition: 0.3s ease all;
}
a:hover {
  color: #506f87;
  text-decoration: none !important;
}

::-webkit-scrollbar-track {
  background: #e4e7ec;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #000;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 1px;
}

svg.iconset {
  position: absolute;
  pointer-events: none;
}

.owl-carousel:not(.owl-loaded) .owl-stage {
  display: flex;
}
.owl-carousel:not(.owl-loaded):not(.owl-loading) .owl-nav {
  display: none;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}

.row.relativeCol > div {
  position: relative;
}
.row.newzero {
  margin-right: 0;
  margin-left: 0;
}
.row.newzero > div {
  --bs-gutter-x: 0;
}
.row.newrow {
  margin-right: -5px;
  margin-left: -5px;
}
.row.newrow > div {
  --bs-gutter-x: 10px;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: 1920px;
}
.container-fluid.customContainer, .customContainer.container-sm, .customContainer.container-md, .customContainer.container-lg, .customContainer.container-xl, .customContainer.container-xxl {
  padding-right: 47px;
  padding-left: 47px;
}

.editorContent {
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 28px;
  color: #000;
}
.editorContent p {
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 28px;
  color: #000;
}

.form-control {
  border-radius: 8px;
  background: #fff;
  border: 1px solid #d6d6d6;
  width: 100%;
  /*padding: 15px 15px;*/
}

.btnFormSend {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.05em;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #000;
  cursor: pointer;
  padding: 12px 33px;
  max-width: 130px;
  margin-right: auto;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  font-size: 16px;
  color: #000;
  display: block;
  margin-bottom: 18px;
}

.customTabContent {
  position: relative;
}
.customTabContent .tab {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.customTabContent .tab.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  overflow: unset;
}

.bodyWrapper {
  padding: 20px;
  max-width: 1920px;
  margin: 0 auto;
}

.globalTitleArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 70px;
}
.globalTitleArea.type2 {
  flex-direction: column;
  align-items: flex-start;
}

.globalTitle {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: -0.05em;
  position: relative;
  color: #000;
  padding-bottom: 12px;
}
.globalTitle.whiteText {
  color: #fff;
}
.globalTitle span {
  position: relative;
}
.globalTitle span:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5px;
  height: 6px;
  border-radius: 12px;
  background: #ed1c24;
}
.globalTitle.whiteBorder span:after {
  background: #fff;
}

.globalTitle2 {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: -0.05em;
  color: #000;
}
.globalTitle2 span {
  color: #ed1c24;
}

.globalDescription2 {
  letter-spacing: -0.02em;
  line-height: 24px;
  color: #000;
}
.globalDescription2.whiteText {
  color: #fff;
}

.globalDescription {
  font-size: 22px;
  letter-spacing: -0.05em;
  color: #000;
}
.globalDescription b {
  font-weight: 500;
}
.globalDescription span {
  color: #ed1c24;
}
.globalDescription.whiteText {
  color: #fff;
}

header {
  position: absolute;
  right: 0;
  left: 0;
  top: 52px;
  z-index: 9;
  --headercolor: #000;
  --logo: url(../../image/catalog/esk/Manufacturer-of-Truck-Parts.png);
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px 0 52px;
}
header .wrapper .logo {
  background: var(--logo);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
header .wrapper .logo img {
  opacity: 0;
}
header .wrapper .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .wrapper .menu ul {
  display: flex;
  gap: 33px;
  margin-left: 30px;
  align-items: center;
}
header .wrapper .menu ul li a {
  font-weight: bold;
  font-size: 18px;
  color: var(--headercolor);
  position: relative;
}
header .wrapper .menu ul li a:after {
  /*content: "";*/
  /*right: 0;*/
  /*width: 0%;*/
  /*bottom: -8px;*/
  /*position: absolute;*/
  /*transition: 0.3s ease all;*/
  /*height: 6px;*/
  /*border-radius: 12px;*/
  /*background: #ed1c24;*/
}
header .wrapper .menu ul li a:hover:after {
  width: 100%;
}
header .wrapper .menu .openSearchBtn {
  cursor: pointer;
  margin-left: 40px;
}
header .wrapper .menu .openSearchBtn .icon {
  width: 26px;
  height: 25px;
  fill: var(--headercolor);
}
header .wrapper .menu .openSearchBtn:hover .icon {
  fill: #ed1c24;
}
header .wrapper .menu .languageSelection {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
header .wrapper .menu .languageSelection:before {
  content: "";
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #ed1c24;
  z-index: 0;
  transition: 0.3s ease all;
}
header .wrapper .menu .languageSelection .selected {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  z-index: 1;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  width: 62px;
  height: 78px;
}
header .wrapper .menu .languageSelection .selected .icon {
  height: 12px;
  width: 20px;
  fill: #000;
  position: relative;
  top: 0;
  transition: 0.3s ease all;
}
header .wrapper .menu .languageSelection .others {
  position: absolute;
  top: 0%;
  right: 0;
  left: 0;
  opacity: 0;
  display: flex;
  pointer-events: none;
  background: #ed1c24;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  transition: 0.3s ease all;
}
header .wrapper .menu .languageSelection .others a {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0 20px;
  opacity: 0;
  transition: 0.2s ease all;
}
header .wrapper .menu .languageSelection .others a:before {
  content: "";
  position: absolute;
  right: -10px;
  width: 21px;
  height: 16px;
  background: #000;
  opacity: 0;
}
header .wrapper .menu .languageSelection .others a:hover:before {
  /*opacity: 1;*/
}
header .wrapper .menu .languageSelection:hover:before {
  top: -11px;
}
header .wrapper .menu .languageSelection:hover .selected .icon {
  top: 5px;
}
header .wrapper .menu .languageSelection:hover .others {
  top: 75%;
  opacity: 1;
  pointer-events: auto;
}
header .wrapper .menu .languageSelection:hover .others a {
  opacity: 1;
  transition: 0.3s 0.2s ease all;
}
header .wrapper .menu .openMegaMenu {
  width: 90px;
  height: 78px;
  border-radius: 0px 26px 26px 0px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .wrapper .menu .openMegaMenu .icon {
  width: 30px;
  height: 22px;
  fill: #ed1c24;
}

.fixedMegaMenu {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 11;
  background: #fff;
  filter: drop-shadow(0px 24px 99px rgba(0, 0, 0, 0.4));
  padding-top: 180px;
  opacity: 0;
  pointer-events: none;
}
.fixedMegaMenu.active {
  pointer-events: auto;
  opacity: 1;
}
.fixedMegaMenu .logo {
  position: absolute;
  right: 10px;
  top: 10px;
  transition: unset;
}
.fixedMegaMenu .closeBtn {
  right: 100%;
  top: 10px;
  position: absolute;
  cursor: pointer;
}
.fixedMegaMenu .closeBtn .icon {
  width: 35px;
  height: 35px;
}
.fixedMegaMenu .wrapper {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 65px;
}
.fixedMegaMenu .wrapper .menuList .menuTitle {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
.fixedMegaMenu .wrapper .menuList ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.fixedMegaMenu .wrapper .menuList ul li a:hover {
  color: #ed1c24;
}
.fixedMegaMenu .wrapper .menuList.double ul {
  flex-direction: row;
  flex-wrap: wrap;
}
.fixedMegaMenu .wrapper .menuList.double ul li {
  width: calc(50% - 15px);
}
.fixedMegaMenu .wrapper .bottomInfo {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixedMegaMenu .wrapper .bottomInfo .phones {
  display: flex;
  align-items: center;
  gap: 140px;
}
.fixedMegaMenu .wrapper .bottomInfo .phones a {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: -0.05em;
  color: #000;
  display: block;
}
.fixedMegaMenu .wrapper .bottomInfo .phones a span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #ed1c24;
}
.fixedMegaMenu .wrapper .bottomInfo .phones a:hover {
  color: #ed1c24;
}
.fixedMegaMenu .wrapper .bottomInfo .emails a {
  display: block;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: -0.05em;
  line-height: 32px;
  text-align: right;
  color: #000;
}
.fixedMegaMenu .wrapper .bottomInfo .emails a:hover {
  color: #ed1c24;
}

.fixedMegaMenuBackdrop {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  z-index: 10;
  transition: 0.3s 0.3s ease all;
}
.fixedMegaMenuBackdrop.active {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s ease all;
}

body.whiteHeader header {
  --headercolor: #fff;
  --logo: url(../../image/catalog/esk/Manufacturer-of-Truck-Parts.png);
}
body.whiteHeader header .wrapper .logo {
  background-image: var(--logo);
}
body.whiteHeader header .wrapper .menu ul li a {
  color: var(--headercolor);
}
body.whiteHeader header .wrapper .menu ul li a:after {
  /*background: var(--headercolor);*/
}
body.whiteHeader header .wrapper .menu .openSearchBtn .icon {
  fill: var(--headercolor);
}

.mobileMenu {
  background: #000;
  position: fixed;
  right: 50px;
  left: 50px;
  bottom: 50px;
  top: 50px;
  z-index: 12;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s 0.4s ease all;
}
.mobileMenu.active {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  pointer-events: auto;
  opacity: 1;
  transition: 0.3s ease all;
}
.mobileMenu.active .wrapper {
  opacity: 1;
  transition: 0.3s 0.4s ease all;
}
.mobileMenu .wrapper {
  position: relative;
  padding: 150px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100vw;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s ease all;
}
.mobileMenu .wrapper .logo {
  position: absolute;
  right: 10px;
  top: 10px;
  transition: unset;
}
.mobileMenu .wrapper .closeBtn {
 left: 50%;
    top: 40px !important;
  position: absolute;
  cursor: pointer;
}
.mobileMenu .wrapper .closeBtn .icon {
  width: 35px;
  height: 35px;
  fill: #fff;
}
.mobileMenu .wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
  justify-content: center;
}
.mobileMenu .wrapper ul li a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  display: block;
  letter-spacing: -0.05em;
}
.mobileMenu .wrapper .languageSelection {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 18px;
  font-weight: 600;
}
.mobileMenu .wrapper .languageSelection a {
  color: #fff;
  position: relative;
}
.mobileMenu .wrapper .languageSelection a:after {
  content: "";
  position: absolute;
  height: 4px;
  border-radius: 8px;
  right: 0;
  left: 0;
  bottom: -5px;
  background: #ed1c24;
  opacity: 0;
}
.mobileMenu .wrapper .languageSelection a.active:after {
  opacity: 1;
}

footer {
  border-radius: 0px 0px 32px 32px;
  background: #000;
  padding: 88px 0 30px;
}
footer .logo {
  display: inline-block;
  margin-bottom: 75px;
}
footer .footerBottom {
  margin: 75px 0 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footerBottom .phones {
  display: flex;
  align-items: center;
  gap: 140px;
}
footer .footerBottom .phones a {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: -0.05em;
  color: #fff;
  display: block;
}
footer .footerBottom .phones a span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #ed1c24;
}
footer .footerBottom .phones a:hover {
  color: #ed1c24;
}
footer .footerBottom .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 85px;
}
footer .footerBottom .right .social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}
footer .footerBottom .right .social a .icon {
  width: 21px;
  height: 21px;
  fill: #fff;
}
footer .footerBottom .right .social a:hover .icon {
  fill: #ed1c24;
}
footer .footerBottom .right .emails a {
  display: block;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: -0.05em;
  line-height: 32px;
  text-align: right;
  color: #fff;
}
footer .footerBottom .right .emails a:hover {
  color: #ed1c24;
}
footer .footerMenu {
  display: flex;
  justify-content: space-between;
}
footer .footerMenu .menuList {
  position: relative;
  padding: 0 70px;
  flex: 2;
}
footer .footerMenu .menuList .menuTitle {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-bottom: 28px;
}
footer .footerMenu .menuList ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .footerMenu .menuList ul li a {
  font-size: 16px;
  color: #828282;
}
footer .footerMenu .menuList ul li a:hover {
  color: #ed1c24;
}
footer .footerMenu .menuList.double {
  flex: 3;
  padding-left: 0;
}
footer .footerMenu .menuList.double ul {
  flex-direction: row;
  flex-wrap: wrap;
}
footer .footerMenu .menuList.double ul li {
  width: calc(50% - 15px);
}
footer .footerMenu .menuList:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
  width: 1px;
  background: #6a6a6a;
  opacity: 0.6;
}
footer .footerMenu .menuList:last-child {
  padding-left: 0;
}
footer .footerMenu .menuList:last-child:after {
  display: none;
}
footer .footerMenu .menuList:first-child {
  padding-right: 0;
}
footer .chark {
  display: flex;
  justify-content: flex-end;
}
footer .chark a {
  border-radius: 22px;
  width: 108px;
  height: 44px;
  background: transparent;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.05em;
  color: #fff;
}
footer .chark a:hover {
  background: white;
  color: #000;
}

.page {
  padding-top: 165px;
}
.page .pageWrapper {
  padding: 60px 0 60px;
  position: relative;
  z-index: 2;
  border-radius: 32px;
  /*background: #f8f8f8;*/
}
.page .pageWrapper .wrapperBg {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  aspect-ratio: 1698/999;
  z-index: -1;
  border-radius: 32px 32px 0 0;
}
.page .pageWrapper .pageContent {
  padding-right: 35px;
  margin-bottom: 100px;
}
.page .pageWrapper .pageContent .globalTitle {
  margin-bottom: 50px;
}

section.mainSlider {
  position: relative;
  z-index: 1;
  margin-bottom: -250px;
}
section.mainSlider .swiper-container {
  overflow: hidden;
  border-radius: 32px 32px 0 0;
  background: #7c7c7c;
}
section.mainSlider .swiper-container .swiper-navigation {
      position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
section.mainSlider .swiper-container .swiper-navigation .swiper-prev {
  width: 52px;
  height: 52px;
  border-radius: 12px 12px 0 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section.mainSlider .swiper-container .swiper-navigation .swiper-prev .icon {
  fill: #fff;
  height: 10px;
  width: 17px;
  transform: rotate(-180deg);
}
section.mainSlider .swiper-container .swiper-navigation .swiper-prev:hover .icon {
  fill: #ed1c24;
}
section.mainSlider .swiper-container .swiper-navigation .swiper-next {
  width: 52px;
  height: 52px;
  border-radius: 0 0 12px 12px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section.mainSlider .swiper-container .swiper-navigation .swiper-next .icon {
  fill: #fff;
  height: 10px;
  width: 17px;
}
section.mainSlider .swiper-container .swiper-navigation .swiper-next:hover .icon {
  fill: #ed1c24;
}
section.mainSlider .swiper-slide {
  aspect-ratio: 1880/1037;
  position: relative;
  overflow: hidden;
}
section.mainSlider .swiper-slide .backgroundMedia {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
section.mainSlider .swiper-slide .backgroundMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.mainSlider .swiper-slide .backgroundMedia video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.mainSlider .swiper-slide .content {
  letter-spacing: -0.05em;
    max-width: 470px;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    direction: rtl;
}
section.mainSlider .swiper-slide .content .textimg , section.mainSlider .swiper-slide .content .description{ 
    font-family: yekan !important;
    
}
section.mainSlider .swiper-slide .content .text {
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 20px;
  opacity: 0;
  transition: 0.3s 0.3s ease all;
}
section.mainSlider .swiper-slide .content .text:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 6px;
  border-radius: 12px;
  background: #ed1c24;
  opacity: 0;
  transition: 0.3s 0.2s ease all;
}
section.mainSlider .swiper-slide .content .description {
     font-size: 24px;
    line-height: 32px;
  opacity: 0;
  transition: 0.3s 0.1s ease all;
}
section.mainSlider .swiper-slide.swiper-slide-active .content .text {
  transition: 0.3s 0.3s ease all;
  opacity: 1;
}
section.mainSlider .swiper-slide.swiper-slide-active .content .text:before {
  transition: 0.3s 0.5s ease all;
  opacity: 1;
}
section.mainSlider .swiper-slide.swiper-slide-active .content .description {
  opacity: 1;
  transition: 0.3s 0.7s ease all;
}

section.mainProductGroups {
  border-radius: 32px;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 85px 0 120px;
  margin-top: 130px;
}
section.mainProductGroups .titleArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
section.mainProductGroups .titleArea .info {
  text-align: right;
  font-size: 22px;
  letter-spacing: -0.05em;
  color: #fff;
}
section.mainProductGroups .titleArea .info span {
  color: #ed1c24;
}
section.mainProductGroups .titleArea .info b {
  font-weight: 500;
}

section.mainAdvancedSearch {
background: url(../img/productsearchbg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-size: 100% 100%;
    /* background-size: contain; */
    position: relative;
    z-index: 3;
    border-radius: 32px 32px 0 0;
    overflow: hidden;
    padding: 108px 0 95px;
    margin-bottom: -65px;
}
section.mainAdvancedSearch .titleArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
section.mainAdvancedSearch form {
  margin-bottom: 80px;
}
section.mainAdvancedSearch form label {
  display: block;
  margin-bottom: 18px;
}
section.mainAdvancedSearch form .form-group {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
section.mainAdvancedSearch form .form-group input {
  height: 100px;
  border-radius: 8px;
  background: #fff;
  padding: 0 29px;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: -0.05em;
  color: #000;
  border: 0;
  width: 100%;
}
section.mainAdvancedSearch form .form-group input::-webkit-input-placeholder {
  color: #000;
}
section.mainAdvancedSearch form .form-group input:-ms-input-placeholder {
  color: #000;
}
section.mainAdvancedSearch form .form-group input::placeholder {
  color: #000;
}
section.mainAdvancedSearch form .form-group button {
  border: 0;
  height: 100px;
  border-radius: 8px;
  background: #000;
  cursor: pointer;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: -0.05em;
  width: 290px;
  min-width: 290px;
  padding: 20px 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 40px;
  transition: 0.3s ease all;
}
section.mainAdvancedSearch form .form-group button .icon {
  width: 37px;
  height: 38px;
  fill: #ed1c24;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease all;
  opacity: 0;
}
section.mainAdvancedSearch form .form-group button:hover {
  padding-left: 80px;
}
section.mainAdvancedSearch form .form-group button:hover .icon {
  opacity: 1;
}
section.mainAdvancedSearch .info {
  margin-bottom: 330px;
}
section.mainAdvancedSearch .info .title {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.05em;
  color: #000;
  margin-bottom: 28px;
}
section.mainAdvancedSearch .info ul li {
  position: relative;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 5px;
  padding-right: 15px;
}
section.mainAdvancedSearch .info ul li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
}
section.mainAdvancedSearch .features {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.mainAdvancedSearch .features .item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
section.mainAdvancedSearch .features .item .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.mainAdvancedSearch .features .item .icon {
  width: 21px;
  height: 20px;
}
section.mainAdvancedSearch .features .item span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.05em;
  color: #000;
}
section.mainAdvancedSearch .features .item:after {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #707070;
  position: absolute;
}
section.mainAdvancedSearch .features .item:last-child:after {
  display: none;
}

section.mainAbouttrucksdms {
  padding: 180px 125px;
  position: relative;
  z-index: 4;
  border-radius: 32px;
  overflow: hidden;
}
section.mainAbouttrucksdms .aboutContent {
  display: flex;
  flex-direction: column;
  max-width: 440px;
  position: relative;
  z-index: 2;
  align-items: flex-start;
}
section.mainAbouttrucksdms .aboutContent .globalTitle {
  margin-bottom: 60px;
}
section.mainAbouttrucksdms .aboutContent .text {
      font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 27px;
    color: #fff;
    margin-bottom: 70px;
    text-align: justify;
}
section.mainAbouttrucksdms .aboutContent .moreBtn {
  background: #fff;
  border: 1px solid #707070;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.05em;
  border-radius: 8px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  min-width: 90px;
}
section.mainAbouttrucksdms .swiper-container {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
section.mainAbouttrucksdms .swiper-container .swiper-slide .backgroundImage {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
section.mainAbouttrucksdms .swiper-container .swiper-slide .backgroundImage img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
section.mainAbouttrucksdms .swiper-container .swiper-slide .container {
  position: relative;
}
section.mainAbouttrucksdms .swiper-container .swiper-slide .productImage {
  position: absolute;
      right: 50%;
    transform: translate(30%, 35%)  rotate(344deg);
  bottom: 0;
    width: 41%;
   
}
section.mainAbouttrucksdms .swiper-container .swiper-slide .text {
      max-width: 430px;
    font-weight: bold;
    font-size: 51px;
    letter-spacing: -0.05em;
    line-height: 62px;
    text-align: right;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 175px;
    left: 20px;
}
section.mainAbouttrucksdms .swiper-container .swiper-navigation {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
section.mainAbouttrucksdms .swiper-container .swiper-navigation .swiper-prev {
  width: 52px;
  height: 52px;
  border-radius: 12px 12px 0 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section.mainAbouttrucksdms .swiper-container .swiper-navigation .swiper-prev .icon {
  fill: #000;
  height: 10px;
  width: 17px;
  transform: rotate(-180deg);
}
section.mainAbouttrucksdms .swiper-container .swiper-navigation .swiper-prev:hover {
  background: #ed1c24;
}
section.mainAbouttrucksdms .swiper-container .swiper-navigation .swiper-next {
  width: 52px;
  height: 52px;
  border-radius: 0 0 12px 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section.mainAbouttrucksdms .swiper-container .swiper-navigation .swiper-next .icon {
  fill: #000;
  height: 10px;
  width: 17px;
}
section.mainAbouttrucksdms .swiper-container .swiper-navigation .swiper-next:hover {
  background: #ed1c24;
}

.mainBrands .globalTitle {
  margin-bottom: 60px;
}
.mainBrands .sectionDescription {
  letter-spacing: -0.02em;
  line-height: 24px;
  color: #fff;
}
.mainBrands .owl-brands {
  width: 100vw;
  position: relative;
  /*left: 50%;*/
  /*transform: translateX(50%);*/
}
.mainBrands{
    direction:ltr;
}
.mainBrands .container{
    direction:rtl;
}

.mainBrands .owl-brands .item {
  width: 15vw;
}
.mainBrands .owl-brands .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 4px;
}
.mainBrands .owl-brands .owl-dots .owl-dot {
  width: 13.95px;
  height: 13.95px;
  background: #000;
  border-radius: 100%;
}
.mainBrands .owl-brands .owl-dots .owl-dot.active {
  background: #ed1c24;
}

.mainCatalog .globalTitle {
  margin-bottom: 60px;
}
.mainCatalog .sectionDescription {
  letter-spacing: -0.02em;
  line-height: 24px;
  color: #fff;
}
.mainCatalog .customTabNavs2 {
  display: flex;
  flex-wrap: wrap;
  gap: 37px 0;
}

.mainCatalog .customTabNavs2 li {
  width: 50%;
}

.mainCatalog .customTabNavs2 li a {
  letter-spacing: -0.02em;
  color: #fff;
  opacity: 0.5;
  display: inline-block;
  position: relative;
  font-weight: 500;
}
.mainCatalog .customTabNavs2 li a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
  right: -15px;
}
.mainCatalog .customTabNavs2 li a:after {
  content: "";
  right: 0;
  left: 0;
  bottom: -10px;
  height: 6px;
  border-radius: 12px;
  background: #ed1c24;
  position: absolute;
  opacity: 0;
}
.mainCatalog .customTabNavs2 li a:hover {
  opacity: 1;
}
.mainCatalog .customTabNavs2 li a.active {
  opacity: 1;
}
.mainCatalog .customTabNavs2 li a.active:after {
  opacity: 1;
}

section.brandsAndCatalog {
  position: relative;
  z-index: 3;
  margin-top: -49px;
  padding: 140px 0 100px;
  background: #000;
  border-radius: 32px;
}
section.brandsAndCatalog hr {
  border-bottom: 1px solid #fff;
  opacity: 0.2;
  margin: 70px 0;
}
section.brandsAndCatalog .owl-brands .owl-dots .owl-dot {
  background: #fff;
}

.catalogView .catalogImg {
  /*aspect-ratio: 1/1;*/
  /*margin-bottom: -26px;*/
      margin-bottom: 10px;
}
.catalogView .catalogImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.catalogView .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
}
.catalogView .buttons .btn {
      background: #fff;
    border: 1px solid #707070;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -0.05em;
    border-radius: 8px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding-right: 20px;
    padding-left: 20px;
    min-width: 48%;
}

section.mainNews {
  position: relative;
  margin-bottom: 8px;
  padding: 180px 0 22px;
  margin-top: -96px;
  border-radius: 32px 32px 0px 0px;
  background: #f2f2f2;
}
section.mainNews .allNews {
  position: absolute;
  left: 78px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 44px;
  border-radius: 8px;
  background: #000;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.05em;
  color: #fff;
}
section.mainNews .globalTitle {
  margin-bottom: 60px;
}
section.mainNews .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 4px;
}
section.mainNews .owl-dots .owl-dot {
  width: 13.95px;
  height: 13.95px;
  background: #000;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 100%;
  cursor: pointer;
}
section.mainNews .owl-dots .owl-dot.active {
  background: #ed1c24;
}
section.mainNews .owl-mainNews {
  margin-bottom: 30px;
}
section.mainNews .owl-mainNews .owl-stage-outer {
  max-width: 100vw;
  overflow: unset;
}
section.mainNews .owl-mainNews .owl-item {
  opacity: 0;
  transition: 0.4s 0.1s ease all;
  transform: scale(0.9);
  pointer-events: none;
}
section.mainNews .owl-mainNews .owl-item .newsItem {
  margin: 0;
}
section.mainNews .owl-mainNews .owl-item.active {
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
  transition: 0.4s ease all;
}

.page.pageCategory .pageWrapper {
  padding-bottom: 0;
  margin-bottom: 60px;
}
.page.pageCategory .pageWrapper .categoryList {
  margin-top: -60px;
  position: relative;
  top: 60px;
}

.owl-quality {
  margin-bottom: 30px;
}
.owl-quality .owl-stage-outer {
  max-width: 100vw;
  overflow: unset;
}
.owl-quality .owl-item {
  opacity: 0;
  transition: 0.4s 0.1s ease all;
  transform: scale(0.9);
  pointer-events: none;
}
.owl-quality .owl-item.active {
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
  transition: 0.4s ease all;
}

.pageCorporate .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 4px;
}
.pageCorporate .owl-dots .owl-dot {
  width: 13.95px;
  height: 13.95px;
  background: #000;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 100%;
  cursor: pointer;
}
.pageCorporate .owl-dots .owl-dot.active {
  background: #ed1c24;
}

.page.pageNews .newsList {
  padding: 40px 0 75px;
}

.page.pageNewsDetail .newsBannerArea {
  margin-bottom: -295px;
  padding-bottom: 140px;
}
.page.pageNewsDetail .editorContent {
  margin-bottom: 40px;
}
.page.pageNewsDetail .gallery {
  padding: 40px 0 140px;
}
.page.pageNewsDetail .mainNews {
  background: unset;
  padding: 0;
  margin: 0;
}

.spotText {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: -0.05em;
  line-height: 40px;
  color: #000;
  max-width: 500px;
  margin-bottom: 60px;
}

.newsBannerArea {
  position: relative;
  aspect-ratio: 1684/811;
  border-radius: 32px;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.newsBannerArea .bannerTitle {
  font-weight: bold;
  font-size: 48px;
  letter-spacing: -0.05em;
  line-height: 60px;
  text-align: center;
  color: #fff;
  max-width: 560px;
}
.newsBannerArea .bannerInfo {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.05em;
  text-align: center;
  color: #ed1c24;
}
.newsBannerArea .imgArea {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
}
.newsBannerArea .imgArea:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
}
.newsBannerArea .imgArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page.pageProduction .mainAbouttrucksdms {
  min-height: 800px;
  margin-bottom: -40px;
  border-radius: 32px 32px 0 0;
}
.page.pageMedia .globalTitle {
  margin-bottom: 60px;
}
.page.pageMedia .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 4px;
  margin-bottom: 90px;
}
.page.pageMedia .owl-dots .owl-dot {
  width: 13.95px;
  height: 13.95px;
  background: #000;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 100%;
  cursor: pointer;
}
.page.pageMedia .owl-dots .owl-dot.active {
  background: #ed1c24;
}

.owl-media {
  margin-bottom: 30px;
}
.owl-media .owl-stage-outer {
  max-width: 100vw;
  overflow: unset;
}
.owl-media .owl-item {
  opacity: 0;
  transition: 0.4s 0.1s ease all;
  transform: scale(0.9);
  pointer-events: none;
}
.owl-media .owl-item .newsItem {
  margin: 0;
}
.owl-media .owl-item.active {
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
  transition: 0.4s ease all;
}

.page.pagePhotoGallery .globalTitle2 {
  margin-bottom: 60px;
}

.page.pageContact .customTabNavs2 {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}
.page.pageContact .customTabNavs2 li a {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: -0.05em;
  position: relative;
  color: #000;
  padding-bottom: 12px;
  display: block;
  opacity: 0.2;
}
.page.pageContact .customTabNavs2 li a:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5px;
  height: 6px;
  border-radius: 12px;
  background: #ed1c24;
  opacity: 0;
}
.page.pageContact .customTabNavs2 li a.active {
  opacity: 1;
}
.page.pageContact .customTabNavs2 li a.active:after {
  opacity: 1;
}
.page.pageContact .mapArea .map {
  height: 700px;
}

.contactArea {
  display: flex;
  margin: 90px 0 120px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
}
.contactArea .item {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 55px;
}
.contactArea .item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #707070;
  opacity: 0.4;
}
.contactArea .item:first-child {
  justify-content: flex-start;
}
.contactArea .item:last-child:after {
  display: none;
}
.contactArea .item .info {
  max-width: 320px;
  display: flex;
  flex-direction: column;
}
.contactArea .item .info .icon {
  width: 50px;
  height: 39px;
  margin-bottom: 10px;
}
.contactArea .item .info .title {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: -0.05em;
  color: #000;
  margin-bottom: 20px;
}
.contactArea .item .info .address {
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 28px;
  color: #000;
}
.contactArea .item .info a {
  display: block;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 28px;
  color: #000;
}

.page.pageSearch .pageWrapper {
  margin-bottom: 230px;
}
.page.pageSearch .productGroupAccordion {
  position: relative;
  z-index: 2;
}
.page.pageSearch .productGroupAccordion .accordionBody {
  overflow: unset;
  pointer-events: none;
}
.page.pageSearch .productGroupAccordion.active {
  transition: 0.5s linear border, 0.3s ease background, 0.3s 0.3s ease margin;
  margin-bottom: -350px;
}
.page.pageSearch .productGroupAccordion.active .accordionBody {
  pointer-events: auto;
}
.page.pageSearch .productGroupAccordion .categoryList {
  padding: 60px 0 80px;
  width: 100vw;
  position: relative;
  right: 50%;
  transform: translateX(-50%);
}
.page.pageSearch .searchImage {
  mix-blend-mode: multiply;
  position: relative;
  bottom: -203px;
  margin-top: -380px;
  right: 6%;
}

.page.pageProductList .productList {
  padding-top: 260px;
}
.page.pageProductList .productList .globalTitle {
  margin-bottom: 40px;
}
.page.pageProductList .productList .categoryBoxes {
  margin-top: 50px;
}

.page.pageProductDetail .pageWrapper {
  /*background: unset;*/
}


.page.pageProductDetail .pageWrapper {
  /*background: unset;*/
  border-radius: 32px;
    background: #e0e1e0;
}

.container-fluid.customContainer2{
    padding:0px;
}


.page.pageProductDetail .pageWrapper:before {
  /*content: "";*/
  /*right: 0;*/
  /*left: 0;*/
  /*top: 0;*/
  /*height: 560px;*/
  /*border-radius: 32px;*/
  /*background: #e0e1e0;*/
  /*position: absolute;*/
  /*z-index: -1;*/
}
.page.pageProductDetail .titleWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.page.pageProductDetail .titleWrapper .productTitleArea .title {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: -0.05em;
  position: relative;
  color: #000;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.page.pageProductDetail .titleWrapper .productTitleArea .title span {
  position: relative;
}
.page.pageProductDetail .titleWrapper .productTitleArea .title span:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5px;
  height: 6px;
  border-radius: 12px;
  background: #ed1c24;
}
.page.pageProductDetail .titleWrapper .productTitleArea .productCode {
  font-size: 24px;
  letter-spacing: -0.05em;
  line-height: 26px;
  text-align: right;
  color: #000;
}
.page.pageProductDetail .titleWrapper .offerBtn {
  width: 290px;
  height: 100px;
  border-radius: 8px;
  background: #000;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: -0.05em;
  color: #ed1c24;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page.pageProductDetail .productImages .imgTitle {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.05em;
  color: #000;
  display: block;
  margin-bottom: 20px;
}
.page.pageProductDetail .productImages .imgArea {
  border: 1px solid #b7b7b7;
  aspect-ratio: 590/501;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}
.page.pageProductDetail .productImages .imgArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page.pageProductDetail .productImages .imgArea.technical img {
  object-fit: contain;
}
.page.pageProductDetail .catalogArea {
  margin: -250px 0 -40px;
  border-radius: 32px 32px 0px 0px;
  background: #000;
  padding: 305px 0 80px;
}

.categoryItem {
  aspect-ratio: 290/348;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 20px 18px 20px;
  margin-bottom: 10px;
  z-index: 1;
}
.categoryItem .imgArea {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.categoryItem .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.categoryItem .categoryName {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.05em;
  color: #000;
  margin-bottom: 5px;
}
.categoryItem .categoryInfo {
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #000;
  opacity: 0.5;
}
.categoryItem .goBtn {
  position: absolute;
  left: 30px;
  bottom: 19px;
  width: 34px;
  height: 23px;
  border-radius: 13px;
  background: #ed1c24;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease all;
}
.categoryItem .goBtn .icon {
  width: 19px;
  height: 11px;
}
.categoryItem:hover {
  transform: scale(1.2);
  z-index: 2;
}
.categoryItem:hover .goBtn {
  opacity: 1;
  left: 16px;
}

.productItem {
  aspect-ratio: 500/500;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 15px 5px 15px;
  margin-bottom: 10px;
  z-index: 1;
}

.productItem *{
 line-height:23px !important;   
}

.productItem .imgArea {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background: #fff !important;
  /*background: linear-gradient(0deg, rgb(165, 167, 172) 0%, rgb(233, 234, 236) 28%, rgb(169, 173, 176) 100%);*/
}
.productItem .imgArea img {
  /*width: 100%;*/
  /*height: 100%;*/
  /*object-position: center;*/
  /*object-fit: fill;*/
}
.productItem .imgArea img[src=""] {
  display: none;
}
.productItem .categoryName {
  font-weight: bold;
  font-size: 16px;
  /*letter-spacing: -0.05em;*/
  color: #000;
  /*margin-bottom: 5px;*/
}
.productItem .categoryInfo {
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #000;
  opacity: 0.5;
}
.productItem .goBtn {
  position: absolute;
  left: 30px;
  bottom: 19px;
  width: 34px;
  height: 23px;
  border-radius: 13px;
  background: #ed1c24;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease all;
}
.productItem .goBtn .icon {
  width: 19px;
  height: 11px;
}
.productItem:hover {
  transform: scale(1.2);
  z-index: 2;
}
.productItem:hover .goBtn {
  opacity: 1;
  left: 16px;
}

.brandItem {
  border-radius: 12px;
  background: #fff;
  border: 1px solid #c2c2c2;
  aspect-ratio: 290/111;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
}
.brandItem img {
  width: 100%;
  max-width: 100%;
  height: 60px;
  object-fit: contain;
  object-position: center;
}
.brandItem:hover {
  background: #ed1c24;
}

.newsItem {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: #FFFFFF;
  margin-bottom: 40px;
}
.newsItem .imgArea {
  position: relative;
  /*aspect-ratio: 390/286;*/
  aspect-ratio: 390 / 385;
  z-index: 1;
  overflow: hidden;
}
.newsItem .imgArea:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.2;
  z-index: 2;
}
.newsItem .imgArea img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1) rotate(0deg);
  transition: 0.3s ease all;
}
.newsItem .content {
  padding: 33px 37px;
  background: #FFFFFF;
}
.newsItem .content .newsTitle {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.05em;
  line-height: 30px;
  color: #000;
  margin-bottom: 18px;
  min-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsItem .content .text {
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 24px;
  display: -webkit-box;
  color: #000;
  margin-bottom: 18px;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 96px;
}
.newsItem .content .date {
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000;
}
.newsItem:hover .imgArea img {
  transition: 1s ease all;
  transform: scale(1.2) rotate(-5deg);
}

.categoryBox {
  display: flex;
  aspect-ratio: 905/726;
  padding: 70px 67px;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  z-index: 1;
}
.categoryBox .categoryImage {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  transform: scale(1);
  transition: 0.5s ease all;
}
.categoryBox .categoryTitle {
  position: relative;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: -0.05em;
  line-height: 36px;
  max-width: 330px;
  color: #000;
  margin-bottom: 25px;
}
.categoryBox .categoryTitle:after {
  content: "";
  height: 6px;
  border-radius: 12px;
  right: 0;
  left: 0;
  bottom: -8px;
  position: absolute;
  background: #ed1c24;
}
.categoryBox .categoryDescription {
  font-size: 22px;
  letter-spacing: -0.05em;
  color: #000;
  margin-bottom: 70px;
}
.categoryBox .categoryDescription b {
  font-weight: 500;
}
.categoryBox .list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 330px;
  justify-content: space-between;
}
.categoryBox .list a {
  width: calc((100% - 12px) / 2);
  height: 45px;
  border-radius: 6px;
  background: #000;
  padding: 12px 8px 12px 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  letter-spacing: -0.05em;
  color: #fff;
}
.categoryBox .list a:hover {
  background: #ed1c24;
  color: #000;
}
.categoryBox:hover .categoryImage {
  transform: scale(1.1);
}

.categoryBoxes {
  display: flex;
  gap: 10px;
  max-width: calc(100vw - 100px);
  width: 1820px;
  position: relative;
  right: 50%;
  transform: translateX(-50%);
}
.categoryBoxes .categoryBox {
  width: 50%;
}
.categoryBoxes .categoryBox:nth-child(even) {
  align-items: flex-end;
  text-align: right;
}
.categoryBoxes .categoryBox:nth-child(even) .list {
  justify-content: flex-end;
}
.categoryBoxes .categoryBox:nth-child(even) .list a {
  padding: 12px 12px 12px 8px;
}

.sidebar {
  background: #000;
  border-radius: 12px;
  padding: 35px 27px;
  height: 69vh;
  position: sticky;
  top: 10px;
  max-height: 770px;
  z-index: 2;
}
.sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 27px;
  position: sticky;
  top: 27px;
}
.sidebar ul li a {
  display: block;
  font-weight: bold;
  letter-spacing: -0.05em;
  color: #fff;
}
.sidebar.type2 {
  height: unset;
}

.timelineList {
  position: relative;
  z-index: 1;
}
.timelineList .timelineItem:first-child:before {
  top: 50%;
}
.timelineList .timelineItem:last-child:before {
  bottom: 50%;
}

.timelineItem {
  position: relative;
  padding: 20px 0 60px;
}
.timelineItem:before {
  content: "";
  position: absolute;
  right: -17px;
  top: 0;
  bottom: 0;
  background: #707070;
  width: 1px;
  z-index: 1;
}
.timelineItem .contentArea {
  border-radius: 8px;
  background: #fff;
  padding: 18px 18px 18px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.timelineItem .contentArea:before {
  content: "";
  position: absolute;
  right: -22px;
  width: 11px;
  height: 11px;
  background: #ed1c24;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  z-index: 2;
}
.timelineItem .contentArea:after {
  content: "";
  position: absolute;
  height: 1px;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  background: #707070;
  width: 30px;
  z-index: -1;
}
.timelineItem .contentArea .title {
  position: absolute;
  right: 0px;
  top: -20px;
  height: 115px;
  width: 52%;
  border-radius: 8px;
  background: #ed1c24;
  display: flex;
  align-items: center;
  padding: 0 36px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.05em;
  color: #000;
}
.timelineItem .contentArea .text {
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 28px;
  margin-top: 70px;
  color: #000;
}
.timelineItem .contentArea .imgArea {
  overflow: hidden;
  aspect-ratio: 254/244;
  border-radius: 8px;
  background: #fff;
  width: 254px;
  min-width: 254px;
}
.timelineItem .contentArea .imgArea img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.qualityItem {
  display: block;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #dfdfdf;
  aspect-ratio: 290/392;
}
.qualityItem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.qualityItem:hover {
  box-shadow: 0px 30px 44px rgba(0, 0, 0, 0.16);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .pageItem {
  width: 52px;
  height: 52px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .pageItem .icon {
  height: 10px;
  width: 17px;
  fill: #fff;
}
.pagination .pageItem.prev {
  border-radius: 12px 0 0 12px;
}
.pagination .pageItem.prev .icon {
  transform: rotate(90deg);
}
.pagination .pageItem.next {
  border-radius: 0 12px 12px 0;
}
.pagination .pageItem.next .icon {
  transform: rotate(-90deg);
}
.pagination .pageItem:hover .icon {
  fill: #ed1c24;
}
.pagination .getMore {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.05em;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #000;
  cursor: pointer;
  padding: 15px 33px;
}
.pagination.right {
  justify-content: flex-end;
}
.pagination.margin {
  margin-top: 40px;
}
.pagination ul {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-end;
}
.pagination ul li a {
  min-width: 58px;
  height: 56px;
  border-radius: 8px;
  background: #000;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.05em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li a.active {
  background: #ed1c24;
  color: #000;
}
.pagination ul li a:hover {
  background: #ed1c24;
}
.pagination ul li a:hover .icon {
  fill: #fff;
}
.pagination ul li a .icon {
  height: 13px;
  width: 23px;
  fill: #ed1c24;
}
.pagination ul li a.back .icon {
  transform: rotate(90deg);
}
.pagination ul li a.next .icon {
  transform: rotate(-90deg);
}

.galleryItem {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 10px;
}
.galleryItem.type2 {
  aspect-ratio: 290/234;
}
.galleryItem.type2:after {
  width: 24px;
}
.galleryItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.galleryItem:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: #000;
  transition: 0.3s 0.3s ease all;
  opacity: 0;
}
.galleryItem:after {
  content: "";
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-image: url(../img/svg/plus.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background: #ed1c24;
  position: absolute;
  transition: 0.3s ease all;
  opacity: 0;
  width: 15px;
  aspect-ratio: 1/1;
}
.galleryItem:hover:before {
  transition: 0.3s ease all;
  opacity: 0.8;
}
.galleryItem:hover:after {
  transition: 0.3s 0.3s ease all;
  opacity: 1;
}

.galleryAlbum {
  aspect-ratio: 490/410;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 49px 35px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.galleryAlbum .imgArea {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.galleryAlbum .imgArea:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
  transition: 0.3s ease all;
}
.galleryAlbum .imgArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.galleryAlbum .albumTitle {
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.05em;
  line-height: 23px;
  color: #fff;
}
.galleryAlbum .albumTitle span {
  display: block;
  color: #ed1c24;
  font-size: 18px;
}
.galleryAlbum:after {
  content: "";
  -webkit-mask-image: url(../img/svg/angle.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  height: 10px;
  width: 17px;
  background: #ed1c24;
  position: absolute;
  left: 50px;
  bottom: 52px;
  transform: rotate(-90deg);
  opacity: 0;
  transition: 0.3s ease all;
}
.galleryAlbum:hover .imgArea:after {
  opacity: 0.8;
}
.galleryAlbum:hover:after {
  opacity: 1;
  left: 29px;
}

.videoItem {
  overflow: hidden;
  border-radius: 12px;
  display: block;
  position: relative;
  margin-bottom: 85px;
}
.videoItem .videoCover {
  aspect-ratio: 1190/544;
}
.videoItem .videoCover:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: #000;
  opacity: 0.8;
}
.videoItem .videoCover:after {
  content: "";
  -webkit-mask-image: url(../img/svg/play.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  height: 66px;
  width: 60px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ed1c24;
  opacity: 0.5;
  transition: 0.3s ease all;
}
.videoItem .videoCover img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.videoItem .videoContent {
  position: absolute;
  right: 65px;
  left: 65px;
  bottom: 55px;
  z-index: 2;
}
.videoItem .videoContent .videoTitle {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.05em;
  color: #fff;
  margin-bottom: 10px;
}
.videoItem .videoContent .videoDate {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.05em;
  color: #fff;
}
.videoItem .videoContent:after {
  content: "";
  -webkit-mask-image: url(../img/svg/fullscreen.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ed1c24;
  transition: 0.3s ease all;
}
.videoItem:hover .videoCover:after {
  opacity: 1;
}

.accordionItem {
  border-radius: 12px;
  background: #000;
  margin-bottom: 20px;
  transition: 0.3s ease all;
}
.accordionItem.productGroupAccordion .accordionHeader {
  display: flex;
  align-items: center;
  gap: 70px;
  height: 123px;
}
.accordionItem.productGroupAccordion .accordionHeader .title {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: -0.05em;
  position: relative;
  padding-bottom: 12px;
  color: #fff;
}
.accordionItem.productGroupAccordion .accordionHeader .title span {
  position: relative;
}
.accordionItem.productGroupAccordion .accordionHeader .title span:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5px;
  height: 6px;
  border-radius: 12px;
  background: #ed1c24;
}
.accordionItem.productGroupAccordion .accordionHeader .info {
  font-size: 22px;
  letter-spacing: -0.05em;
  color: #fff;
}
.accordionItem.productGroupAccordion .accordionHeader .info b {
  font-weight: bold;
}
.accordionItem.productGroupAccordion .accordionHeader .info span {
  color: #ed1c24;
}
.accordionItem.productGroupAccordion .accordionHeader:before {
  content: "";
  top: 20px;
  bottom: 20px;
  left: 16px;
  width: 80px;
  border-radius: 8px;
  background: #ed1c24;
  position: absolute;
  transition: 0.3s ease all;
}
.accordionItem.productGroupAccordion .accordionHeader:after {
  background: #000;
  height: 22px;
  width: 37px;
  left: 38px;
  top: 50%;
  transform: translateY(-50%);
}
.accordionItem.productGroupAccordion .accordionBody {
  padding: 0;
}
.accordionItem.productGroupAccordion:not(.active):hover .accordionHeader:after {
  background: #000;
}
.accordionItem.productGroupAccordion.active {
  background: #000;
}
.accordionItem.productGroupAccordion.active .accordionHeader:before {
  transform: rotate(180deg);
}
.accordionItem .accordionHeader {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 22px;
  text-align: left;
  color: #fff;
  padding: 33px 22px 33px 22px;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease all;
}
.accordionItem .accordionHeader:after {
  content: "";
  width: 21px;
  height: 12px;
  -webkit-mask-image: url(../img/svg/angle.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 55px;
  transition: 0.3s ease all;
}
.accordionItem .accordionBody {
  padding: 0px 70px;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s linear all;
  opacity: 0;
}
.accordionItem:not(.active):hover .accordionHeader:after {
  background: #ed1c24;
}
.accordionItem.active {
  background: #fff;
  transition: 0.5s linear border, 0.3s ease background;
}
.accordionItem.active .accordionHeader {
  color: #000;
}
.accordionItem.active .accordionHeader:after {
  background: #000;
  transform: translateY(-50%) rotate(180deg);
}
.accordionItem.active .accordionBody {
  opacity: 1;
  transition: 0.3s 0.3s ease all;
}

.table {
  width: 100%;
  margin: 30px 0;
  border-spacing: 0;
  border-collapse: separate;
}
.table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}
.table thead tr th {
  border: 0;
  background: #ed1c24;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.05em;
  color: #000;
  padding: 31px 40px;
}
.table thead tr th:first-child {
  border-top-right-radius: 12px;
}
.table thead tr th:last-child {
  border-top-left-radius: 12px;
}
.table tbody tr th {
  border: 1px solid rgba(112, 112, 112, 0.5);
  border-top: 0;
  text-align: left;
  padding: 17px 40px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.05em;
  background: #fff;
  color: #000;
}
.table tbody tr td {
  background: #fff;
  padding: 17px 40px;
  border: 1px solid rgba(112, 112, 112, 0.5);
  border-top: 0;
  border-right: 0;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #000;
}
.table tbody tr:first-child th, .table tbody tr:first-child td {
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}
.table tbody tr:last-child th:first-child {
  border-bottom-right-radius: 12px;
}
.table tbody tr:last-child td:first-child {
  border-bottom-right-radius: 12px;
}
.table tbody tr:last-child td:last-child {
  border-bottom-left-radius: 12px;
}

.searchForm {
      padding-bottom: 60px;
    margin-bottom: 290px;
}
.searchForm label {
  display: block;
  margin-bottom: 18px;
}
.searchForm .form-group {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.searchForm .form-group input {
  height: 80px;
  border-radius: 8px;
  background: #fff;
  padding: 0 29px;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: -0.05em;
  color: #000;
  border: 1px solid #bebbbb;
  width: 100%;
}
.searchForm .form-group input::-webkit-input-placeholder {
  color: #000;
}
.searchForm .form-group input:-ms-input-placeholder {
  color: #000;
}
.searchForm .form-group input::placeholder {
  color: #000;
}
.searchForm .form-group button {
  border: 0;
  height: 80px;
  border-radius: 8px;
  background: #ed1c24;
  cursor: pointer;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: -0.05em;
  width: 290px;
  min-width: 290px;
  padding: 20px 40px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 40px;
  transition: 0.3s ease all;
}
.searchForm .form-group button .icon {
  width: 37px;
  height: 38px;
  fill: #000;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease all;
  opacity: 0;
}
.searchForm .form-group button:hover {
  padding-left: 80px;
}
.searchForm .form-group button:hover .icon {
  opacity: 1;
}

.pagecat{
    padding-top:0px !important;
}

.pagecat .searchForm{
    padding:0px !important;
    margin:0px !important;
}


.pagecat .productList {
    padding-top: 10px !important;
}

.pagecat input{
    height : 60px !important;
}


.pagecat button{
    height : 60px !important;
}


.catalogImg{
    
    
    background-color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    
    
}

.catalogView .catalogImg img {
    width: 85%;
}

.customTabNavs2 a:hover:after{
    opacity: 1 !important;
    
}


ul.megamenu li .sub-menu .content .static-menu a.main-menu {
    height: 50px !important;;
    padding: 5px 0px !important;
    margin: 10px 0px !important;
}

.container-megamenu ul.megamenu li .sub-menu .content {
    padding: 15px 20px !important;
}

.container-megamenu.horizontal ul.megamenu .sub-menu .content > .border {
border-bottom: 1px solid #e6e6e6 !important;
padding-top: 10px !important;
}

ul.megamenu li .sub-menu .content .static-menu a.main-menu:hover , header .wrapper .menu ul li a:hover{
    font-size:17px !important;
}

select{
    padding: 3px !important;
    font-size: 16px !important;
}
















